home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / wb / DosMan121.lha / man / MakeDir < prev    next >
Text File  |  1995-05-06  |  1KB  |  40 lines

  1.  
  2.  
  3.  
  4.              MakeDir(V1.3, 2.x, 3.x in C:)
  5.  
  6.  
  7.  
  8.      NAME
  9.           MakeDir - Create any number of directories.
  10.  
  11.      SYNOPSIS
  12.           MakeDir Dir/...
  13.  
  14.      DESCRIPTION
  15.             MakeDir creates a new directory with the name you 
  16.         give.  There is no limit to the number of directories you 
  17.         may create with this command.  The directories will be 
  18.         created in the order in which you supply them.  Note that 
  19.         you cannot duplicate directories at the same level of the 
  20.         directory tree, nor can you create a subdirectory until 
  21.         its parent directory has been created.
  22.         
  23.             MakeDir allows you to create multi-tiered filing 
  24.         systems on the same disk volume. To delete the 
  25.         directories, you will use the DELETE command.
  26.  
  27.      EXAMPLE
  28.             1. To make a directory named Jim:
  29.  
  30.           makedir Jim
  31.  
  32.             2. To make a directory named Mailbag inside the Jim 
  33.         directory and the directories Jan and Feb which will 
  34.         reside in the Mailbag directory of Jim that you just 
  35.         created with the first part of the template.
  36.  
  37.           makedir Jim/Mailbag Jim/MailBag/Jan Jim/MailBag/Feb
  38.  
  39.  
  40.